cody - HTMLify profile

cody
4270 Files
632707 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/176 - Dot Target Game
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Target game</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Shrikhand"><link rel="stylesheet" href="./style.css">
</head>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Target game</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Shrikhand"><link rel="stylesheet" href="./style.css">
</head>
# Dot Target Game
## Clisk on the Dots That are Moving to Get The Points

## Clisk on the Dots That are Moving to Get The Points
